type go.pact.im/x/clock/fakeclock.ticker

6 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L165: 	t := &ticker{
		fakeclock.go#L300: type ticker struct {
		fakeclock.go#L307: func (t *ticker) C() <-chan time.Time {
		fakeclock.go#L312: func (t *ticker) Stop() {
		fakeclock.go#L317: func (t *ticker) Reset(d time.Duration) {
		fakeclock.go#L325: func (t *ticker) next(now time.Time) (time.Duration, bool) {